home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 28 / develop issue 28 code / sketch / source / appleevent / aermiscsuite.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-03  |  457 b   |  17 lines

  1. /****************************************************************************
  2.  * 
  3.  * AERMiscSuite.h
  4.  *
  5.  ****************************************************************************/
  6.  
  7. #ifndef __MISCELLANEOUSSUITE__
  8. #define __MISCELLANEOUSSUITE__
  9.  
  10. // --------------------------------------------------------------------------
  11.  
  12. Boolean            InstallMiscSuiteHandlers            (void);
  13.  
  14. // --------------------------------------------------------------------------
  15.  
  16. #endif
  17.